| addVariableName(const std::string &variable, long id) | ccmc::FileReader | |
| ATTRIBUTE_DOES_NOT_EXIST | ccmc::FileReader | static |
| close() | ccmc::FileReader | |
| closeFile()=0 | ccmc::FileReader | pure virtual |
| current_filename | ccmc::FileReader | protected |
| doesAttributeExist(const std::string &attribute)=0 | ccmc::FileReader | pure virtual |
| doesVariableExist(const std::string &variable)=0 | ccmc::FileReader | pure virtual |
| FILE_DOES_NOT_EXIST | ccmc::FileReader | static |
| FileReader() | ccmc::FileReader | |
| gAttributeByID | ccmc::FileReader | protected |
| gAttributes | ccmc::FileReader | protected |
| getCurrentFilename()=0 | ccmc::FileReader | pure virtual |
| getGlobalAttribute(long i)=0 | ccmc::FileReader | pure virtual |
| getGlobalAttribute(const std::string &attribute)=0 | ccmc::FileReader | pure virtual |
| getGlobalAttributeID(const std::string &attribute)=0 | ccmc::FileReader | pure virtual |
| getGlobalAttributeName(long attribute_id)=0 | ccmc::FileReader | pure virtual |
| getNumberOfGlobalAttributes()=0 | ccmc::FileReader | pure virtual |
| getNumberOfRecords(const std::string &variable)=0 | ccmc::FileReader | pure virtual |
| getNumberOfRecords(long variable_id)=0 | ccmc::FileReader | pure virtual |
| getNumberOfVariableAttributes()=0 | ccmc::FileReader | pure virtual |
| getNumberOfVariables()=0 | ccmc::FileReader | pure virtual |
| getVariable(const std::string &variable)=0 | ccmc::FileReader | pure virtual |
| getVariable(long variableID)=0 | ccmc::FileReader | pure virtual |
| getVariable(const std::string &variable, long startIndex, long count)=0 | ccmc::FileReader | pure virtual |
| getVariable(long variableID, long startIndex, long count)=0 | ccmc::FileReader | pure virtual |
| getVariableAtIndex(const std::string &variable, long index)=0 | ccmc::FileReader | pure virtual |
| getVariableAtIndex(long variable_id, long index)=0 | ccmc::FileReader | pure virtual |
| getVariableAttribute(const std::string &variable, const std::string &attribute)=0 | ccmc::FileReader | pure virtual |
| getVariableAttributeName(long attribute_id)=0 | ccmc::FileReader | pure virtual |
| getVariableAttributeNames()=0 | ccmc::FileReader | pure virtual |
| getVariableID(const std::string &variable)=0 | ccmc::FileReader | pure virtual |
| getVariableInt(const std::string &variable)=0 | ccmc::FileReader | pure virtual |
| getVariableIntAtIndex(const std::string &variable, long index)=0 | ccmc::FileReader | pure virtual |
| getVariableName(long variable_id)=0 | ccmc::FileReader | pure virtual |
| initializeGlobalAttributes() | ccmc::FileReader | protected |
| initializeVariableAttributes() | ccmc::FileReader | protected |
| initializeVariableIDs()=0 | ccmc::FileReader | pure virtual |
| initializeVariableNames()=0 | ccmc::FileReader | pure virtual |
| LOAD_FAILED | ccmc::FileReader | static |
| MODEL_NOT_SUPPORTED | ccmc::FileReader | static |
| NOT_A_VALID_KAMELEON_FILE | ccmc::FileReader | static |
| numGAttributes | ccmc::FileReader | protected |
| numVAttributes | ccmc::FileReader | protected |
| OK | ccmc::FileReader | static |
| open(const std::string &filename, bool readonly=true) | ccmc::FileReader | |
| OPEN_ERROR | ccmc::FileReader | static |
| openFile(const std::string &filename, bool readonly)=0 | ccmc::FileReader | pure virtual |
| UNABLE_TO_ALLOCATE_MEMORY | ccmc::FileReader | static |
| VARIABLE_DOES_NOT_EXIST | ccmc::FileReader | static |
| VARIABLE_NOT_IN_MEMORY | ccmc::FileReader | static |
| variableIDs | ccmc::FileReader | protected |
| variableNames | ccmc::FileReader | protected |
| vAttributes | ccmc::FileReader | protected |
| ~FileReader() | ccmc::FileReader | virtual |